home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2020 April / PC Format 04-2020.iso / Hasła / Mail Password Decryptor 9.5 / Setup_MailPasswordDecryptor.exe / MANIFEST / 1
Extensible Markup Language  |  2019-02-17  |  2KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  3.  
  4.   <!-- Enable Visual Styles -->
  5.   <dependency>
  6.     <dependentAssembly>
  7.       <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
  8.     </dependentAssembly>
  9.   </dependency>
  10.  
  11.   <!-- Set the current process as DPI aware (for Windows Vista or newer) -->
  12.   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  13.     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  14.       <dpiAware>true</dpiAware>
  15.     </asmv3:windowsSettings>
  16.   </asmv3:application>
  17.  
  18.   <!-- Set OS compatibility -->
  19.   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  20.     <application>
  21.       <!--The ID below indicates application support for Windows Vista -->
  22.       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  23.       <!--The ID below indicates application support for Windows 7 -->
  24.       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  25.       <!--The ID below indicates application support for Windows 8 -->
  26.       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  27.       <!--The ID below indicates application support for Windows 8.1 -->
  28.       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  29.       <!--The ID below indicates application support for Windows 10 -->
  30.       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  31.     </application>
  32.   </compatibility>
  33.  
  34.   <!-- Set UAC level -->
  35.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  36.     <security>
  37.       <requestedPrivileges>
  38.         <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
  39.       </requestedPrivileges>
  40.     </security>
  41.   </trustInfo>
  42.  
  43. </assembly>
  44.